home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00164.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  183 b   |  12 lines

  1. on mouseUp
  2.   onVis(23)
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 30
  6.     nothing()
  7.   end repeat
  8.   sound stop 1
  9.   sound playFile 2, "..\som\react.wav"
  10.   go("React")
  11. end
  12.